home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / mac / varilogs.hqx / Logs / Logging Stacks UK / Radio / stack_-1.xml < prev   
Encoding:
Extensible Markup Language  |  1993-12-20  |  1.9 KB  |  25 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>6</cardCount>
  7.     <cardID>2983</cardID>
  8.     <listID>6116</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>352</height>
  15.     </cardSize>
  16.     <script>on openStack
  17. global timezone, zfactor, IDcard
  18. hide menuBar
  19. hide message
  20. put card field "Call" of card "Radio Set Up" into call
  21. if call is empty then
  22. ask "Please enter your call"
  23. put it into card field "Call"
  24. put it into call
  25. end if
  26. put word 1 of card field "Time Zone" ┬¼
  27. of card "Radio Set Up" into timezone
  28. if timezone is empty then
  29. ask "Please enter your time zone." with "UTC"
  30. put it into timezone
  31. put it into card field "Time Zone"
  32. end if
  33. put the date && timezone into card field "Local Date"
  34. put the date && "UTC" into card field "Zulu Date"
  35. end openStack
  36.  
  37. on time_setup
  38. global timezone, zfactor
  39.  
  40. if timezone is "BST" then
  41. put 1*60*60 into zfactor
  42. exit time_setup
  43. end if
  44. if timezone is "UTC" then
  45. put 0*60*60 into zfactor
  46. exit time_setup
  47. end if
  48. if timezone is "ECT" then
  49. put 1*60*60 into zfactor
  50. exit time_setup
  51. end if
  52. if timezone is "EST" then
  53. put 2*60*60 into zfactor
  54. exit time_setup
  55. else
  56. answer "Please edit stack script to include your time zone"
  57. end if
  58. end time_setup
  59.  
  60.  
  61.  
  62.  
  63.  
  64. </script>
  65.     <background id="2782" file="background_2782.xml" name="Main Card" />
  66.     <card id="2983" file="card_2983.xml" marked="false" name="Radio Set Up" owner="2782" />
  67.     <card id="3297" file="card_3297.xml" marked="false" name="" owner="2782" />
  68.     <card id="3782" file="card_3782.xml" marked="false" name="" owner="2782" />
  69.     <card id="4282" file="card_4282.xml" marked="false" name="Signal Reporting" owner="2782" />
  70.     <card id="4017" file="card_4017.xml" marked="false" name="" owner="2782" />
  71.     <card id="4984" file="card_4984.xml" marked="false" name="" owner="2782" />
  72. </stack>
  73.